.main .block_info .video 
{
	width: 90vh;
	height: 50vh;
	background: rgba(242, 20, 61, 1);
}
.main .block_info .video iframe 
{
	width: 100%;
	height: 100%;
}
.main .block_info .video {
	width: 100%;
    height: 55vh;
    margin-bottom: 1%;
}
video{margin-left:0;}video{margin-bottom:0;}video{margin-right:0;}video{margin-top:0;}video{padding-left:0;}video{padding-bottom:0;}video{padding-right:0;}video{padding-top:0;}video{border-left-width:0;}video{border-bottom-width:0;}video{border-right-width:0;}video{border-top-width:0;}video{border-left-style:none;}video{border-bottom-style:none;}video{border-right-style:none;}video{border-top-style:none;}video{border-left-color:currentColor;}video{border-bottom-color:currentColor;}video{border-right-color:currentColor;}video{border-top-color:currentColor;}video{border-image:none;}video{font-size:100%;}video{font:inherit;}video{vertical-align:baseline;}

/* crmp */
.main .block_info .video-crmp 
{
	width: 90vh;
	height: 50vh;
	background: rgba(242, 20, 61, 1);
}
.main .block_info .video-crmp img 
{
	width: 100%;
	height: 100%;
}
.main .block_info .video-crmp {
	width: 100%;
    height: 55vh;
    margin-bottom: 1%;
}
/* crmp */

.main .block_info .promo_help
{
    display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;

}
.main .block_info .promo_help p
{
    font-style: oblique;
    font-size: 10px;
    color: #FFFFFF;

}

.main .block_info .promo_help a
{
    font-style: oblique;
    font-size: 10px;
    color: #c9579d;

}

.main .block_info .promo_text {
	color: white;
    font-weight: 900;
    font-size: 68px;
    line-height: 58px;
    text-shadow: 2px 2px 0px #c9579d;
    margin-top: 5%;
    text-align: center;
}


.main .block_info hr
{
    background: #c9579d;
    transform: rotate(-1deg);
    width: 100%;
    height: 2px;
    margin-bottom: 5%;
}

.main .promo_button {
    width: 344px;	
	height: 47px;
	background: rgb(201,87,157);
	background: -moz-linear-gradient(300deg, rgba(201,87,157,1) 0%, rgba(84,32,124,1) 100%);
	background: -webkit-linear-gradient(300deg, rgba(201,87,157,1) 0%, rgba(84,32,124,1) 100%);
	background: linear-gradient(300deg, rgba(201,87,157,1) 0%, rgba(84,32,124,1) 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
	color: white;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
    /* margin-top: 21px; */
    margin: 0 auto;
}
.main .promo_button{
        cursor: pointer;
        box-shadow: 0 0 5vh .3vh rgba(229, 23, 60, .15);
        text-shadow: 0px 0px 0.1vw rgba(255,255,255,0.7);
    }